Class RegisterRecurringPlanOutput

Description

自動売上プラン登録 出力パラメータクラス

Located in /com/gmo_pg/client/output/RegisterRecurringPlanOutput.php (line 11)

BaseOutput
   |
   --RegisterRecurringPlanOutput
Method Summary
 RegisterRecurringPlanOutput __construct ([IgnoreCaseMap $params = null])
 string getPlanID ()
 string getShopID ()
 void setPlanID (string $planID)
 void setShopID (string $shopID)
 string toString ()
Methods
Constructor __construct (line 28)

コンストラクタ

  • access: public
RegisterRecurringPlanOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getPlanID (line 53)

プランID取得

  • return: プランID
  • access: public
string getPlanID ()
getShopID (line 46)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
setPlanID (line 70)

プランID設定

  • access: public
void setPlanID (string $planID)
  • string $planID
setShopID (line 62)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
toString (line 81)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 20:00:26 +0900 by phpDocumentor 1.4.3